CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - RSA 文件

搜索资源列表

  1. domainQuery

    0下载:
  2. 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:247775
    • 提供者:古刹飞鹰
  1. JAVA.RSA

    0下载:
  2. 用JAVA做的一个RSA加密解密程序,能实现密钥的生成并且对文件进行加密和解密-do with JAVA an RSA encryption and decryption procedures, Key to achieving the production of documents and encryption and decryption
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14500
    • 提供者:龙宇
  1. rel

    1下载:
  2. 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:973058
    • 提供者:thomas
  1. RSA

    0下载:
  2. java程序实现的RSA算法,实现了加密解密并带有源代码。并配有exe执行文件
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:907752
    • 提供者:wangyang
  1. rsa.jar

    0下载:
  2. RSA加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用-RSA encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:13054
    • 提供者:
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5109
    • 提供者:易守望
  1. rsa

    0下载:
  2. ASP中通过vbs类实现rsa加密与解密 有两文件组成 test.ASP 测试演示文件 clsrsa.ASP 实现rsa加密与解密的vbs类文件-Vbs type of ASP through the realization of rsa encryption and decryption files test.ASP two tests to achieve clsrsa.ASP presentation rsa encryption and decryption of the c
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:2416
    • 提供者:eeleo
  1. FST

    0下载:
  2. 综合三种加密算法: 1.AES对称加密算法 2.RSA非对称加密算法 3.MD5消息摘要算法 实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1857278
    • 提供者:mars
  1. Encrypt

    1下载:
  2. JAVA实现的文件加密.解密功能。DES,RSA算法集合-JAVA Implementation of file encryption and decryption functions. DES, RSA algorithm is a collection of
  3. 所属分类:Applet

    • 发布日期:2017-05-02
    • 文件大小:624445
    • 提供者:丁壳
  1. IP-Messenger

    0下载:
  2. 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。数据通讯不需要建立服务器、直接在两台电脑间通信和数据传输,支持文件及文件目录的传输,具有安全快捷以及小巧方便等优异特点,因此很多公司都采用它作为部门、公司内部的IM即时通信工具。-IP Messen
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:4282157
    • 提供者:junco
  1. hc-v4.tar

    0下载:
  2. httpclient登录新浪微博(非SDK方式)最近新浪微博更新了sso登录方式,加密算法变成了rsa,获取nonce和servertime,pubkey,这里涉及到rsa加密,通常用java进行rsa加密一般都是从文件读取公钥信息或者是base64编码的公钥信息转换成key,然后进行加密... -httpclient Login Sina Weibo (non-SDK way) Sina Weibo recently updated sso login, encryption algori
  3. 所属分类:Java Develop

    • 发布日期:2017-11-02
    • 文件大小:2066832
    • 提供者:zhangts
  1. RSA

    0下载:
  2. 此Demo包含两个文件,建立一个解决方案,然后建立两个文件,一个为Form,一个为Class,把代码分别复制进去即可-This Demo contains two files, create a solution, and then create two files, one for the Form, one for the Class, the code can be copied into each
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:3218
    • 提供者:wanglele
  1. JAVA_Encrypt

    1下载:
  2. Java 实现DES文件加密、MD5获取数字签名和文件验证、RSA签名加密。分为接收端和发送端。-Java implementation of the DES file encryption, MD5 obtaining digital signatures and document verification, RSA signature encryption. Into the receiver and transmitter.
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:67337
    • 提供者:风吹
  1. MD5

    0下载:
  2. 非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。 -Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4045
    • 提供者:王同学
  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。 -Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3354132
    • 提供者:王同学
  1. RSA

    0下载:
  2. 基于Java的RSA文件,直接拷到Eclipse即可运行-base on java ,the RSA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:9671
    • 提供者:梵高先生
  1. demo-rsa

    0下载:
  2. 文件加密和解密系统,基于RSA的文件系统。运用的java写的程序-File encryption and decryption system, RSA-based file systems. Programs written using the java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3913
    • 提供者:花椰菜
  1. RSAUtil

    1下载:
  2. JAVA非对称加密技术,RSA加解密。 利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。-JAVA asymmetric encryption technology, RSA encryption and decryption. The use of public key cryptography specific file (test-1.txt), and with the privat
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:787371
    • 提供者:zxp
搜珍网 www.dssz.com